﻿header {
    background-color: #EEEEEE;
    font-size: 32px;
    color: #0F174B;
}

.pageheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px auto 0px auto;
    padding-top: 30px;
    height: 45px;
    font-weight: bold;
    max-width: 80vw;
    padding-bottom: 30px;
}

.menu {
}

.menu_mobile {
    display: none;
}

.menu_top {
    padding: 0px 0px 0px 0px;
    cursor: pointer;
    width: 120px;
}

.menu_list {
    padding: 0px 0px 0px 0px;
    cursor: default;
    width: 180px;
}

.empt_menu {
}

#mb1 {
}

ul.menubar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0px auto 0px auto;
    list-style: none;
    font-size: 13px;
    height: 26px;
    max-width: 76vw;
    /*    background: transparent; /*background: #E5EAED;*/

    font-family: Helvetica Neue, Helvetica, sans-serif;
    font-weight: bold;
    /*    background-image: url('/Images/one_button.png');*/
    color: #EEEEEE;
}

    ul.menubar li {
        background-color: #EEEEEE;
        width: 20vw;
        font-family: Helvetica Neue;
        text-align: center;
        line-height: 2em;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #132644;
        margin: 0px 0px 0px 0px;
        padding: 0;
    }

    ul.menubar p {
       
        text-align: center;
        line-height: 2em;
        
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        height: 100%;
    }



ul .menu {
    position: relative;
    left: 0;
    display: none;
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: normal !important;
    font-size: 100% !important;
    width: 144px;
    text-align: left;
    font-family: Roboto, sans-serif;
    z-index: 1001;
}

    ul.menu li {
        float: none;
        display: block;
        text-align: left;
        line-height: normal;
        white-space: nowrap;
        padding: 10px 2em 5px 1em;
        color: #EEEEEE;
        cursor: pointer;
        /*width: 12em;*/
        width: 144px;
        z-index: 1001;
    }

li.separator {
    margin: 0;
    margin-bottom: 4px !important;
    height: 2px !important;
    border-bottom: 1px solid black;
}

li.checked {
    /*font-weight: bold;*/
    background-image: url('aria.css');
    background-repeat: no-repeat;
    background-position: 5px 10px;
}

.menu-item {
    font-size: 8pt;
    font-family: Helvetica Neue, sans-serif;
    font-weight: bold;
}


.menu-focus {
    background-color: #EEEEEE;
    /*font-weight: bold;*/
    color: white !important;
}

li.menu-focus-checked {
    background-color: #EEEEEE;
    font-weight: bold;
    color: white !important;
    background-image: url('http://www.oaa-accessibility.org/media/examples/images/dot-selected.png') !important;
}

.hidden {
    position: absolute;
    left: -200em;
    top: -20em;
}


/*
 * Text area styles
 */
.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}
